func mime/multipart.skipLWSPChar

3 uses

	mime/multipart (current package)
		multipart.go#L394: 	rest = skipLWSPChar(rest)
		multipart.go#L409: 	rest = skipLWSPChar(rest)
		multipart.go#L424: func skipLWSPChar(b []byte) []byte {